home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / Products History / FTPack - History < prev    next >
Text File  |  1994-03-08  |  9KB  |  220 lines

  1.  
  2. FTPack - History
  3.  
  4. _________________________________________________________________
  5. Version 1.3.2
  6. _________________________________________________________________
  7.  
  8.     - The Receive Dialog filters local filenames (< 31 chars, and w/o colonns)
  9.     - Internal changes in order to support FTPeek v2.0
  10.     - Prog's only: Minor internal changes for the "FTP Console" msg.
  11.  
  12.  
  13. _________________________________________________________________
  14. Version 1.3.1
  15. _________________________________________________________________
  16.  
  17.     - Now can send files which are opened by other applications
  18.     - More accurate when detecting duplicate serial numbers.
  19.     - Works better with 5PM and floating palettes.
  20.     - Prog's only: Suppressed a double DisposHandle on multi-sessions.
  21.  
  22.  
  23. _________________________________________________________________
  24. Version 1.3 :
  25. _________________________________________________________________
  26.  
  27.     - New protections (include a serialization dialog and support new serial numbers)
  28.     - Color icons were added in the Configuration Dialogs. 
  29.     - Can be configured even though MacTCP is not installed.
  30.     - The "format" pop-up menu in the "Access" Configuration Dialog is more simple.
  31.     - The ChangeDir dialog contains a popup menu which lists the previous directories.
  32.     - Window redraws are faster.
  33.     - Key navigation works better.
  34.  
  35.  
  36. _________________________________________________________________
  37. Version 1.2.5 :
  38. _________________________________________________________________
  39.  
  40.     - Compatible with A/UX on 68040 machines.
  41.     - Send dialog is improved: transfer mode is automatically set to "Text" when
  42.              selecting a text file, a "Send As…" button is added  (= Cmd-A) and aliases are managed.
  43.     - Receive Dialog is a bit improved.
  44.     - Runs under A/UX on 68040 machines.
  45.     - When configuring the host by name (eg. "ftp.apple.com"), the Domain Name Resolver
  46.              is now called when opening the connection. Configure the host by address
  47.              (eg. 36.44.0.6), or click the GetAddress button, to not use the Domain Name Resolver.
  48.     - Progs only: Fixes a bug when using the DNR in the Scripting Interface.
  49.  
  50.  
  51. _________________________________________________________________
  52. Version 1.2.4 :
  53. _________________________________________________________________
  54.  
  55.     - No longer displays the window under the menu-bar (bug added in previous version).
  56.     - Allows up to 64 chars instead of 16 in name, password and account fields.
  57.  
  58.  
  59. _________________________________________________________________
  60. Version 1.2.3 :
  61. _________________________________________________________________
  62.  
  63.     - Works on new machines : MacIIvx, Duo, Centris.
  64.     - The Send dialog is improved. Keyboard can be used for file selection.
  65.     - Developers only: If a script contained a syntax error, "noError" was returned to
  66.              the application when ftQuiet was set.
  67.  
  68.  
  69. _________________________________________________________________
  70. Version 1.2.2 :
  71. _________________________________________________________________
  72.  
  73.     - After sending the "Login" string (configured in the Extensions Dialog),
  74.              FTPack now waits for a reply from the host.
  75.     - A potential problem which could make appear the alert "A resource is missing" is fixed.
  76.  
  77.  
  78. _________________________________________________________________
  79. Version 1.2.1 :
  80. _________________________________________________________________
  81.  
  82.     - Can receive locked files in MacBinary format
  83.     - Scripts support double quotes for cd, mkd, del, ...
  84.     - Developpers  only : An error is returned to Background-Only applications when a
  85.              script fails to execute.
  86.  
  87.  
  88. _________________________________________________________________
  89. Version 1.2 :
  90. _________________________________________________________________
  91.  
  92. Corrected bugs :
  93.     - No longer bombs when trying to transfer a file with a name of 31 characters long,
  94.              and with the configuration "Log File + Summary".
  95.     - No longer bombs with Macintosh Quadra.
  96.     - Developers only : No longer bombs when running scripts from Background-Only
  97.              applications… provided that you allocate 24k to the application stack (System
  98.              allocates 24k for standard applications but only 1896 bytes to Background-Only
  99.              applications).
  100.  
  101. New Features :
  102.     - Formats are implemented. They allow to give a similar look to the list of files
  103.              whatever the FTP Server may be (refer to General Help for details).
  104.     - Folders can be transfered (when connecting to Unix, Mac, PC and other standard
  105.              FTP servers).
  106.     - Up to 4 View dialogs can be displayed simultaneously.
  107.     - The Command dialog is no longer modal.
  108.     - Balloon Help is supported (System 7 only)
  109.  
  110. Important :
  111.     - FTPack 1.2 no longer works with the DaFT Desk Accessory
  112.     - FTPack 1.2 is able to update the "FTPack Prefs" file created by a version 1.1.1.
  113.              If your current version is older, or if you got a Beta Version, it is recommended
  114.              that you trash your previous "FTPack Prefs" file.
  115.  
  116.  
  117. _________________________________________________________________
  118. Version 1.1.1 :
  119. _________________________________________________________________
  120.  
  121. Corrected bugs :
  122.     - Sometimes the list of files was not displayed when FTPack was connected to
  123.              "TCP/IP PathWay Access for DOS" Servers.
  124.     - When a MacBinary file is received in a window from the Finder, there is no longer
  125.              need to close and re-open the window to see the file with it's right name and icon.
  126.     - When receiving a list of files, the alert "Replace existing file ?" was not displayed
  127.              and existing files were overwritten (Sorry…). There was no problem when receiving
  128.              files one by one.
  129.     - When receiving a MacBinary file, the "Finder Flags" are correctly set : a locked file
  130.              stays locked, etc…
  131.     - Developers only : When configuring FTPack with "ShowDialog false" and calling
  132.              FTStart() with a reply.fName[0] != 0, the SFGetFile or SFPutFile dialogs are no
  133.              longer displayed. The file transfer's progress is still displayed in the Status Window.
  134.     - Developers only : When a script was configured to receive a file, the file was not
  135.              stored in the WDRefNum passed to FTStart() but at (-SFSaveDisk, CurDirStore).
  136.              Note that they were usually the same…
  137.     - Developers only : when trying to receive an unexisting file, FTPack returned noErr
  138.              and ftSucc was set.
  139.  
  140. New Features :
  141.     - The opening of the connection can be canceled by the user.
  142.     - System 7 : The Send Dialog now looks good.
  143.  
  144.  
  145. _________________________________________________________________
  146. Version 1.1 :
  147. _________________________________________________________________
  148.  
  149. Corrected bugs :
  150.     - No longer bombs when clicking the View icon while no file is selected.
  151.     - Temporary files created when receiving files from the Server are now
  152.              correctly erased.
  153.  
  154. New Features :
  155.     - FTPack can execute scripts containing a list of FTP commands.
  156.     - FTPack allows you to send a list of files (by clicking "Use List" in the Send Dialog).
  157.     - The Extensions Configuration Dialog allows you to edit the Name List, Full List
  158.              and ChangeDir commands. (It is often useful to change "NLST", "LIST" or "CDUP"
  159.              to "NLST -a", "LIST -a" or "CWD ..")
  160.     - The Log File can store the exact trace of messages sent to and received from
  161.              the Server.
  162.     - All icons have a keyboard-equivalent.
  163.     - Shift-Click on Rename or Delete allows you to edit the file name.
  164.  
  165. _________________________________________________________________
  166. Version 1.0 :
  167. _________________________________________________________________
  168.  
  169.     -  Initial release.
  170.  
  171.  
  172.  
  173. FTPeek - History
  174.  
  175. _________________________________________________________________
  176. Version 1.0.5 :
  177. _________________________________________________________________
  178.  
  179.     -  Can now be launched from a server volume.
  180.  
  181.  
  182. _________________________________________________________________
  183. Version 1.0.4 :
  184. _________________________________________________________________
  185.  
  186.     -  The cursor is no longer left to the watch-cursor, when switching back to the FTPeek                 
  187.        application from the Finder.
  188.  
  189.  
  190. _________________________________________________________________
  191. Version 1.0.3 :
  192. _________________________________________________________________
  193.  
  194.     -  Improve recovering after  "Force Quit" (Cmd-Option-Escape).
  195.  
  196.  
  197. _________________________________________________________________
  198. Version 1.0.2:
  199. _________________________________________________________________
  200.  
  201.     -  Menu items fron FTP Menu are highlighted according to the front-most window.
  202.     -  Correct problem compatibility problem with  SuperBoomerang.
  203.  
  204.  
  205. _________________________________________________________________
  206. Version 1.0.1 :
  207. _________________________________________________________________
  208.  
  209.     -  Pressing the Command key  displays the configuration Dialog.
  210.     -  Pressing the Shift key set the default mode to Send.
  211.     -  Activate Events are now passsed to FTPack.
  212.     -  Reduce the "Application Suggested Size" is reduced to 400K.
  213.  
  214.  
  215. _________________________________________________________________
  216. Version 1.0 :
  217. _________________________________________________________________
  218.  
  219.     -  Initial release.
  220.